home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0667.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  915 b   |  22 lines

  1.  
  2.     TimBL asked me to pass on details of the VMS port. Although it seemed
  3. rather tricky at the time, the actual changes for VMS are simple. Instead
  4. of sending you the diff -c results, they can be summarised as:
  5.  
  6.     1) In gui.c, #ifdef VMS to avoid including unistd.h
  7.     2) In main.c, #ifdef VMS then do not signal SIGUSR1 (ugly fix)
  8.     3) In Xresources.h I had to change all 17 point fonts to 18 point,
  9.        as the DECwindows MOTIF seems to lack them. I also changed
  10.        the anchor colour to Red instead of hex 9f, since some people's
  11.        X defaults specified a blue background, so making the anchors
  12.        invisible!
  13.     4) STRDUP was missing from VMS, and from the Ultrix system I used.
  14.        So I included a version as a separate file.
  15.  
  16. Finally, I wrote a little VMS command file that does the compile and
  17. link for VMS systems running Multinet. This is included below, as is
  18. STRDUP.
  19.  
  20.  
  21. VMS_MAKE.COM
  22.